Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / BaseCollection<T> Class / SuppressedDataChanging Property

In This Topic
    SuppressedDataChanging Property (BaseCollection<T>)
    In This Topic
    Gets or set the System.Boolean value specifying whether change events should not be fired.
    Syntax
    'Declaration
     
    Public ReadOnly Property SuppressedDataChanging As System.Boolean
    public System.bool SuppressedDataChanging {get;}
    See Also